home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-13 | 437 b | 19 lines | [TEXT/WEAV] |
- { scanf Weaver version 1.0 Script }
- { Created 3/2/90 by Greg Howe }
-
-
- {$SETC CLibsIn = '$Where is the original "C Libraries" folder?'}
- {$SETC CLibsOut = '$Where is your copy of the "C Libraries" folder?'}
-
- {$SETC DiffsFolder = '$Where is the "scanf Update" folder?'}
-
- {$SETC scanfIn = (CLibsIn) 'sources:scanf.c'}
- {$SETC sourcesOut = (CLibsOut) 'sources'}
-
- {$CREATOR 'KAHL'}
-
- {$DIFFS DiffsFolder}
-
- {$OUTPUT sourcesOut}
- {$INPUT scanfIn}
-